Bonjour,
J'ai beau cherché sur tout le forum et le web depuis des jours je ne trouve pas la réponse à mon problème.
J'ai fait la migration vers la dernière version de Joomla 3 avec la seule façon que mon backoffice m'autorisait à savoir directement en écrasant les fichiers décompressés sur mon FTP.
Voici l'erreur que j'obtiens :
Fatal error: Uncaught exception 'RuntimeException' with message 'Unknown column 'header' in 'field list' SQL=SELECT `new_url`,`header`,`published` FROM `jg128_redirect_links` WHERE `old_url` = 'http://www.xxxxxxxxxxxx.com/' LIMIT 0, 1' in /homepages/41/d395604916/htdocs/site/libraries/joomla/database/driver/mysqli.php:610 Stack trace: #0 /homepages/41/d395604916/htdocs/site/libraries/joomla/database/driver.php(1239): JDatabaseDriverMysqli->execute() #1 /homepages/41/d395604916/htdocs/site/plugins/system/redirect/redirect.php(86): JDatabaseDriver->loadObject() #2 [internal function]: PlgSystemRedirect::handleError(Object(RuntimeExcep tion)) #3 {main} thrown in /homepages/41/d395604916/htdocs/site/libraries/joomla/database/driver/mysqli.php on line 610
Lorsque je regarde la ligne 610 de mysqli.php je trouve :
JLog::add(JText::sprintf('JLIB_DATABASE_QUERY_FAIL ED', $this->errorNum, $this->errorMsg), JLog::ERROR, 'databasequery'); throw new RuntimeException($this->errorMsg, $this->errorNum);
Si quelqu'un peut m'éclairer, je suis encore novice..
Merci beaucoup pour votre aide !
J'ai beau cherché sur tout le forum et le web depuis des jours je ne trouve pas la réponse à mon problème.
J'ai fait la migration vers la dernière version de Joomla 3 avec la seule façon que mon backoffice m'autorisait à savoir directement en écrasant les fichiers décompressés sur mon FTP.
Voici l'erreur que j'obtiens :
Fatal error: Uncaught exception 'RuntimeException' with message 'Unknown column 'header' in 'field list' SQL=SELECT `new_url`,`header`,`published` FROM `jg128_redirect_links` WHERE `old_url` = 'http://www.xxxxxxxxxxxx.com/' LIMIT 0, 1' in /homepages/41/d395604916/htdocs/site/libraries/joomla/database/driver/mysqli.php:610 Stack trace: #0 /homepages/41/d395604916/htdocs/site/libraries/joomla/database/driver.php(1239): JDatabaseDriverMysqli->execute() #1 /homepages/41/d395604916/htdocs/site/plugins/system/redirect/redirect.php(86): JDatabaseDriver->loadObject() #2 [internal function]: PlgSystemRedirect::handleError(Object(RuntimeExcep tion)) #3 {main} thrown in /homepages/41/d395604916/htdocs/site/libraries/joomla/database/driver/mysqli.php on line 610
Lorsque je regarde la ligne 610 de mysqli.php je trouve :
JLog::add(JText::sprintf('JLIB_DATABASE_QUERY_FAIL ED', $this->errorNum, $this->errorMsg), JLog::ERROR, 'databasequery'); throw new RuntimeException($this->errorMsg, $this->errorNum);
Si quelqu'un peut m'éclairer, je suis encore novice..
Merci beaucoup pour votre aide !
Commentaire